Same problem;
The Sept 21st update was automatically applied, and appears likely responsible.
My file at /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
has size 79920 bytes & date Aug 31 02:01
Same library on another OS 10.11.6 machine, with working Safari,
has size 202992 bytes & date Sep 14 00:42
So it appears that the library hasn't been correctly updated, but there's apparently no mechanism to revert or re-apply the recent update.
Library on non-working system:
$ otool -L /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
/System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServ ices:
/System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices (compatibility version 535.0.0, current version 601.7.8)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 1259.0.0)
/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.1.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1258.1.0)
Library from working system:
$ otool -L /Volumes/USB\ 32G/Safari/SafariServices
/Volumes/USB 32G/Safari/SafariServices:
/System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices (compatibility version 535.0.0, current version 602.1.50)
/System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1404.11.0)
/System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport (compatibility version 1.0.0, current version 715.0.0)
/System/Library/Frameworks/Security.framework/Versions/A/Security (compatibility version 1.0.0, current version 57336.1.9)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 1252.0.0)
/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.1.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1225.1.1)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1253.0.0)
Crash dump information:
Crashed Thread: 0
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Symbol not found: __SFContentBlockerExtensionPointIdentifier
Referenced from: /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
Expected in: /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
in /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
Binary Images:
0x10f51f000 - 0x10f7b9ff3 com.apple.security (7.0 - 57337.60.2) <E2E553E7-28C4-3296-B3B6-BB1B3CA73943> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x10f93a000 - 0x10f93cff7 com.apple.SafariServices.framework (11602 - 11602.1.50.0.10) <6BA896E7-ADFC-32D1-90B3-C2691963F1F5> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
...